<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/** CSS ducument **/


/*全局样式*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,div,/* 结构元素 */
dl,dt,dd,ul,ol,li,/* 列表元素 */
form,fieldset,legend,button,input,textarea,option,select,/* 表单元素 */
pre,/* 文本格式元素 */
tr,td,/* 表格元素 */
img {margin:0; padding:0;}

body {background: #fcfcfc; color: #333; font-size: 12px; font-family: "宋体";}
button,input,select,textarea {font-size: 12px;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
em,i {font-style:normal;}
font {font-size: 12px;}

ul,li,ol,dl,dt,dd {list-style-type: none;}

img,a img{border:0px;}

table {border-collapse:collapse;border-spacing:0;}

input[type=submit] {cursor:pointer;}
input[type=button] {cursor:pointer;}
input,button {overflow:visible;}

a:link,a:visited {color: #333; text-decoration: none;}
a:hover,a:active {color: #bc0b13;text-decoration: underline;}
a:focus {-moz-outline-style: none;}
a:focus {outline: none; } 

.clear {overflow: hidden; clear: both; height: 0; line-height: 0; margin: 0; padding: 0; border: none; }
.cf:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cf {display: inline-block;}
.cf {display: block;}

.fl {float: left;}
.fr {float: right;}

.rel {position: relative;}
.abs {position: absolute;}

/*全局宽*/
.mw {width: 940px; margin: 0 auto;}


/* header */
#header {
	width: 100%;
}
#header .top {
	height: 101px;
}
#header .top .logo {
	width: 317px;
	padding: 15px 0 0 0;
}
#header .top .logo img {
	width: 317px;
	height: 75px;
	display: block;
}
#header .top .top_nav {
	width: 430px;
	padding-top: 24px;
}
#header .top .top_nav .t {
	height: 24px;
	line-height: 24px;
}
#header .top .top_nav .t a {
	display: inline-block;
	float: right;
	height: 24px;
	padding-left: 25px;
	margin-left: 20px;
}
#header .top .top_nav .t a.i1 {

}
#header .top .top_nav .t a.i2 {

}
#header .top .top_nav .t a.i3 {

}
#header .top .top_nav .b {
	padding-top: 10px;
	height: 26px;
	line-height: 26px;
	text-align: right;
	color: #3f3f3f;
}
#header .nav {
	width: 100%;
	height: 39px;
	background: url(../nav_bg.jpg) repeat-x;
}
#header .nav ul li.split {
	float: left;
	width: 2px;
	height: 39px;
	background: url(../nav_split.jpg) no-repeat;
}
#header .nav ul li {
	float: left;
	width: 132px;
	height: 39px;
	line-height: 39px;
	text-align: center;
}
#header .nav ul li a {
	display: block;
	width: 132px;
	height: 39px;
	font-size: 14px;
	font-weight: bold;
}
#header .nav ul li a:link,#header .nav ul li a:visited {
	color: #fff;
}
#header .nav ul li a:hover,#header .nav ul li a:active {
	color: #ff6600;
	text-decoration: none;
}

/** main **/
#main {
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	background: #ffffff;
	position: relative;
}
#main .l_bg {
	position: absolute;
	left: -5px;
	top: 0;
	width: 5px;
	height: 250px;
}
#main .r_bg {
	position: absolute;
	right: -5px;
	top: 0;
	width: 5px;
	height: 250px;

}

/*footer*/
#footer {
	width: 100%;
	height: 190px;
	background: url(../footer_bg.jpg) repeat-x;
	margin-top: 10px;
}
#footer .bottom_nav {
	padding-top: 6px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px #a5a5a5 dashed;
	color: #454545;
}
#footer .bottom_nav a {
	margin: 0 15px;
}
#footer .bottom_nav a:link,#footer .bottom_nav a:visited {
	color: #454545;
}
#footer .bottom_nav a:hover,#footer .bottom_nav a:active {
	color: #ca0911;
}
#footer .copy {
	height: 44px;
	line-height: 44px;
	color: #454545;
}
.footLeft { width:auto; float:left; font-family:微软雅黑; font-size:11px; line-height:22px; padding-top:20px; padding-left:20px;}
.footLeft span { padding:0px 7px;}
.footLeft span.copyRight { font-size:11px; font-family:Arial; padding:0px;}
.footRight { width:auto; float:right;}
#footer .copy a:link,#footer .copy a:visited {
	color: #000000;
}
#footer .copy a:hover,#footer .copy a:active {
	color: #ca0911;
}
#footer .foot_img {
	padding-top: 14px;
}
#footer .foot_img img {
	display: block;
	width: 263px;
	height: 47px;
	margin: 0 auto;
}</pre></body></html>